home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 224_01 / install.bat < prev    next >
Encoding:
DOS Batch File  |  1986-01-04  |  768 b   |  23 lines

  1. echo off
  2. echo  .   
  3. echo      USAGE: install source_drive target_drive
  4. echo  .    
  5. echo      Your source_drive is %1
  6. echo      Your target_drive is %2
  7. echo  .   
  8. echo      Hit the Ctrl-Break key and then enter the letter Y to terminate
  9. echo      this install program if the source and target drives are incorrect.
  10. echo  .   
  11. pause
  12. echo  .   
  13. echo      Files being copied from %1\commands and %1\help  to  %2
  14. copy %1\commands\*.*  %2
  15. copy %1\help\*.*  %2
  16. %2
  17. help utilix
  18. echo  .  
  19. echo      To print the help files, set your printer to 12 cpi pitch, 
  20. echo      then use the command:
  21. echo on
  22. rem           pr -s -w105 *.hlp >lpt1:
  23.